Skip to content

chore(deps): bump ruby-openai from 7.3.1 to 8.3.0#8350

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/ruby-openai-8.3.0
Open

chore(deps): bump ruby-openai from 7.3.1 to 8.3.0#8350
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/ruby-openai-8.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps ruby-openai from 7.3.1 to 8.3.0.

Release notes

Sourced from ruby-openai's releases.

v8.3.0

Added

v8.2.1

Fixed

  • Fix bug introduce in v8.2 which broke streaming with Faraday 2.1.0 - thanks to @​daikimiura for the excellent PR!

v8.2.0

Added

  • Add Security.md and activate private vulnerability reporting
  • Add RealTime endpoint to create WebRTC token - thank you to @​ngelx for the PR and others for input!
  • Add multi-image upload - thank you to @​ryankon and others for requesting.
  • Refactor streaming so that Chat, Responses, Assistant Runs and any others where events are streamed now send the event to the Proc, replacing unused _bytesize. Search the README for _event to see how to use this. Important change implemented by @​ingemar!
  • Handle OpenAI::Files request parameters - thank you to @​okorepanov for the PR.
  • Add Gemini docs - thanks to @​francis.
  • Add web proxy debugging docs - thanks to @​cpb.
  • Add Rails / ActiveStorage transcription docs - thanks to @​AndreyAzimov.

v8.1.0

Added

  • Add Vector#search endpoint - thank you @​jaebrownn for this PR!

v8.0.0

Added

  • Add Responses endpoints - thanks to my excellent colleague @​simonx1 for your work on this!
  • Add docs for the Deepseek chat API.
  • Add Models#delete - thanks to bennysghost.

Fixed

  • [BREAKING] Try to JSON parse everything. If it fails, fall back gracefully to returning the raw response. Thank you to @​gregszero and the many others who raised this issue.
  • [BREAKING] An unknown file type will no longer prevent file upload, but instead raise a warning.
  • [BREAKING] ruby-openai longer requires "faraday/multipart" for Faraday 1 users (Faraday 1 already includes it and it was causing a warning). Thanks to ajGingrich for raising this!
  • Add user_data and evals as options for known File types - thank you to jontec for this fix!
  • Fix a syntax ambiguity in Client.rb - thank you to viralpraxis.

Removed

  • [BREAKING] Backwards compatibility for require "ruby/openai" is removed - from v8 on you MUST use require "openai". This fixes a deprecation warning with Ruby 3.4. Thanks to @​ndemianc for this PR.
  • [BREAKING] Removed support for Ruby 2.6. ruby-openai may still work with this version but it's no longer supported.
  • Removed the 'OpenAI-Beta' header from Batches API requests.

v7.4.0

Added

... (truncated)

Changelog

Sourced from ruby-openai's changelog.

[8.3.0] - 2025-08-29

Added

[8.2.1] - 2025-08-29

Fixed

  • Fix bug introduce in v8.2 which broke streaming with Faraday 2.1.0 - thanks to @​daikimiura for the excellent PR!

[8.2.0] - 2025-08-10

Added

  • Add Security.md and activate private vulnerability reporting
  • Add RealTime endpoint to create WebRTC token - thank you to @​ngelx for the PR and others for input!
  • Add multi-image upload - thank you to @​ryankon and others for requesting.
  • Refactor streaming so that Chat, Responses, Assistant Runs and any others where events are streamed now send the event to the Proc, replacing unused _bytesize. Search the README for _event to see how to use this. Important change implemented by @​ingemar!
  • Handle OpenAI::Files request parameters - thank you to @​okorepanov for the PR.
  • Add Gemini docs - thanks to @​francis.
  • Add web proxy debugging docs - thanks to @​cpb.
  • Add Rails / ActiveStorage transcription docs - thanks to @​AndreyAzimov.

[8.1.0] - 2025-03-30

Added

  • Add Vector#search endpoint - thank you @​jaebrownn for this PR!

[8.0.0] - 2025-03-14

Added

  • Add Responses endpoints - thanks to my excellent colleague @​simonx1 for your work on this!
  • Add docs for the Deepseek chat API.
  • Add Models#delete - thanks to bennysghost.

Fixed

  • [BREAKING] Try to JSON parse everything. If it fails, fall back gracefully to returning the raw response. Thank you to @​gregszero and the many others who raised this issue.
  • [BREAKING] An unknown file type will no longer prevent file upload, but instead raise a warning.
  • [BREAKING] ruby-openai longer requires "faraday/multipart" for Faraday 1 users (Faraday 1 already includes it and it was causing a warning). Thanks to ajGingrich for raising this!
  • Add user_data and evals as options for known File types - thank you to jontec for this fix!
  • Fix a syntax ambiguity in Client.rb - thank you to viralpraxis.

Removed

  • [BREAKING] Backwards compatibility for require "ruby/openai" is removed - from v8 on you MUST use require "openai". This fixes a deprecation warning with Ruby 3.4. Thanks to @​ndemianc for this PR.

... (truncated)

Commits

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code labels Apr 26, 2026
Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.3.1 to 8.3.0.
- [Release notes](https://github.com/alexrudall/ruby-openai/releases)
- [Changelog](https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md)
- [Commits](alexrudall/ruby-openai@v7.3.1...v8.3.0)

---
updated-dependencies:
- dependency-name: ruby-openai
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/ruby-openai-8.3.0 branch from 0db1f55 to 67d141c Compare May 17, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants